|
Расположение в меню |
---|
TechDraw → Экспорт листа в DXF |
Верстаки |
TechDraw |
Быстрые клавиши |
Нет |
Представлено в версии |
0.18 |
См. также |
Экспорт листа в SVG, Draft DXF |
The TechDraw ExportPageDXF tool saves a drawing page as a DXF file.
Import::ImpExpDxfWrite
class of the Import Module.
true
, splines and ellipses are converted to polylines; if false
, splines and ellipses are written as splines and ellipses objects. The default is false
. If the DxfVersionOut parameter is 12, splines and ellipses are always converted to polylines.
См. так же: TechDrawGui API и Основы составления скриптов FreeCAD.
The SaveDXF tool can be used in macros and from the Python console by using the following functions:
TechDraw.writeDXFPage(page,filename)